Vcenter NamespaceManagement ClusterSizeInfo Info

Vcenter NamespaceManagement ClusterSizeInfo Info
Vcenter NamespaceManagement ClusterSizeInfo Info

The Vcenter NamespaceManagement ClusterSizeInfo Info schema contains the information about limits associated with a Vcenter NamespaceManagement SizingHint.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "num_supported_pods": 0,
    "num_supported_services": 0,
    "default_service_cidr": {
        "address": "string",
        "prefix": 0
    },
    "default_pod_cidr": {
        "address": "string",
        "prefix": 0
    },
    "master_vm_info": {
        "count": 0,
        "cores_per_socket": 0,
        "memory": 0,
        "capacity": 0
    },
    "worker_vm_info": {
        "count": 0,
        "cores_per_socket": 0,
        "memory": 0,
        "capacity": 0
    }
}
integer As int64 As int64
num_supported_pods
Required

The maximum number of supported pods.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
num_supported_services
Required

The maximum number of supported services.

This property was added in vSphere API 7.0.0.0.

default_service_cidr
Required

Default CIDR range from which Kubernetes allocates service cluster IP addresses.

This property was added in vSphere API 7.0.0.0.

default_pod_cidr
Required

Default CIDR range from which Kubernetes allocates pod IP addresses.

This property was added in vSphere API 7.0.0.0.

master_vm_info
Required

Information about Kubernetes API server virtual machine configuration.

This property was added in vSphere API 7.0.0.0.

worker_vm_info
Optional

Information about worker virtual machine configuration.

This property was added in vSphere API 7.0.0.0.

If missing or null, the configuration of the worker VM is not fixed.